runtime.p.gcFractionalMarkTime (field)
5 uses
runtime (current package)
mgc.go#L297: selfTime := p.gcFractionalMarkTime + (now - p.gcMarkWorkerStartTime)
mgc.go#L1400: atomic.Xaddint64(&pp.gcFractionalMarkTime, duration)
mgcpacer.go#L428: p.gcFractionalMarkTime = 0
mgcpacer.go#L799: if delta > 0 && float64(pp.gcFractionalMarkTime)/float64(delta) > c.fractionalUtilizationGoal {
runtime2.go#L698: gcFractionalMarkTime int64 // Nanoseconds in fractional mark worker (atomic)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |